home *** CD-ROM | disk | FTP | other *** search
/ Fotografía Deportes y Acción Fácil / Fotografía Deportes y Acción Fácil.bin / ui / menu.xml < prev    next >
Extensible Markup Language  |  2012-07-26  |  2KB  |  66 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <menu>
  3.   <!-- Available Templates
  4.       
  5.       These are literally the class names that appear in the flash file.
  6.  
  7.       VideoMenu
  8.       VideoPage
  9.       GalleryScreen
  10.       GalleryPage
  11.       LinksPage
  12.       SoftwareMenu
  13.       SoftwarePage
  14.       SubscribePage
  15.       TeamMenu
  16.       TeamInfoPage
  17.       ContactPage
  18.       SupportPage
  19.       Custom - used to load a custom swf as a page, Use the supplied template for creating such a page..
  20.       NOTE: For a custom page you need to supply a <customPage> tag with the swf location
  21.  
  22.       
  23.        -->
  24.   <item>
  25.     <title>Inicio</title>
  26.     <template>Custom</template>
  27.     <index>subs.xml</index>
  28.     <content_path>subs</content_path>
  29.     <customPage>ui/home_page.swf</customPage>
  30.   </item>
  31.   <item>
  32.     <title>Avanzado</title>
  33.     <template>VideoMenu</template>
  34.     <index>ui/videos1.xml</index>
  35.     <content_path>avanzado</content_path>
  36.   </item>
  37.   <item>
  38.     <title>Mejorar</title>
  39.     <template>VideoMenu</template>
  40.     <index>ui/videos2.xml</index>
  41.     <content_path>photoshop</content_path>
  42.   </item>-->
  43.       
  44.       <!--  <item>
  45.             <title>Reviews</title>
  46.             <template>video_menu</template>
  47.             <index>reviews.xml</index>
  48.             <content_path>reviews</content_path>
  49.       </item> --><!--<item>
  50.             <title>The Team</title>
  51.             <template>TeamMenu</template>
  52.             <index>team.xml</index>
  53.             <content_path/>
  54.       </item>--><!--  <item>
  55.             <title>Contact</title>
  56.             <template>contact</template>
  57.             <index>contact.xml</index>
  58.             <content_path>contact</content_path>
  59.       </item>  --><item><title>Soporte</title><template>Custom</template><index>support.xml</index><content_path>support</content_path><customPage>ui/support_page.swf</customPage></item><!--<item>
  60.             <title>PhotoRadar.com</title>
  61.             <template>WEB</template>
  62.             <index>photoradar.xml</index>
  63.             <content_path>http://www.photoradar.com</content_path>
  64.             <customTab>ui/PhotoRadarTab.swf</customTab>
  65.             <customPage>ui/photoradar_promo.swf</customPage>
  66.       </item> --></menu>